home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Corbis Images Sampler - Red
/
RED.iso
/
pc
/
Interface
/
ANIMATE.dxr
/
00005_random start.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-12-10
|
224 b
|
14 lines
on exitFrame
go(the frame)
unLoad()
if random(2) = 2 then
preloadMember("GL>FN")
preloadMember("music")
go("GL>FN")
else
preloadMember("GL>CU")
preloadMember("music")
go("GL>CU")
end if
end